home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / zipstr12.zip / ZIPSTRIP.DOC < prev    next >
Text File  |  1995-02-25  |  6KB  |  125 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │─────════════──══──═══════────════────════════──═══════───══──═══════───────│
  3. │──────────══───══──══────══──══───══─────══─────══────══──══──══────══──────│
  4. │─────────══────══──══────══──══──────────══─────══────══──══──══────══──────│
  5. │────────══─────══──═══════────═════──────══─────═══════───══──═══════───────│
  6. │───────══──────══──══─────────────══─────══─────══───══───══──══────────────│
  7. │──────══───────══──══────────══───══─────══─────══────══──══──══────────────│
  8. │─────════════──══──══─────────═════──────══─────══────══──══──══────────────│
  9. │                                                                            │
  10. │                               ZipStrip v1.2                                │
  11. │                   Copyright (c) 1994-1995 by Cris McRae                    │
  12. │                            All Rights Reserved                             │
  13. │                                                                            │
  14. │                   A ZIP Comment Addition/Removal Utility                   │
  15. │                                                                            │
  16. └────────────────────────────────────────────────────────────────────────────┘
  17.  
  18. ┌────────────────────────────────────────────────────────────────────────────┐
  19. │░░░░ INTRODUCTION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  20. └────────────────────────────────────────────────────────────────────────────┘
  21.  
  22. ZipStrip is used to add and remove comments from .ZIP files.  It is very fast,
  23. and works with PKZIP 1.10 through PKZIP 2.04g, and probably with any future
  24. versions of PKZIP.
  25.  
  26. ┌────────────────────────────────────────────────────────────────────────────┐
  27. │░░░░ USAGE ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  28. └────────────────────────────────────────────────────────────────────────────┘
  29.  
  30. To use ZipStrip, use the following command-line:
  31.  
  32. ZIPSTRIP filename[.zip] [-Ccomment.txt]
  33.  
  34. Filename - You may include any valid filename.  Wildcards are allowed.
  35.            If no extension is given, .ZIP is assumed.
  36. Comment  - If you want to add a comment, use the -C parameter followed
  37.            by the name of the comment file.
  38.  
  39. ┌────────────────────────────────────────────────────────────────────────────┐
  40. │░░░░ COPYRIGHT/LICENSE ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  41. └────────────────────────────────────────────────────────────────────────────┘
  42.  
  43. This document and the program files ("the software") are copyrighted by the
  44. author.  The copyright owner hereby licenses you to use the software given
  45. these restrictions:
  46.  
  47.     ■ The software shall be supplied in its original, unmodified form, which
  48.       includes this documentation;
  49.  
  50.     ■ The software may not be included or bundled with other goods or
  51.       services unless specific permission is first obtained in writing
  52.       from the author;
  53.  
  54.     ■ No fee is charged; an exception is granted to non-profit user's
  55.       groups, which are permitted to charge a small fee (not to exceed $5)
  56.       for materials, handling, postage, and general overhead.  No other
  57.       organization is permitted to charge any amount for distribution of
  58.       copies of the software or documentation, or to include copies of the
  59.       software or documentation with sales of their own products.
  60.  
  61. The software and documentation are Copyright (c) 1993-1994 by Cris McRae
  62.  
  63. ┌────────────────────────────────────────────────────────────────────────────┐
  64. │░░░░ DISCLAIMER ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  65. └────────────────────────────────────────────────────────────────────────────┘
  66.  
  67. The author makes no warranties, expressed or implied, as to the quality or
  68. performance of this program.  Your use of this program constitutes your
  69. release of the author from liability or litigation for any indirect or
  70. consequential damages arising from the use of this program or its associated
  71. files.
  72.  
  73. In no event will the author be liable to you for any damages, including any
  74. lost profits, lost savings or other incidental or consequential damages
  75. arising out of your use or inability to use the program, or for any claim by
  76. any other party.
  77.  
  78. ┌────────────────────────────────────────────────────────────────────────────┐
  79. │░░░░ REVISIONS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  80. └────────────────────────────────────────────────────────────────────────────┘
  81.  
  82. Version 1.0 (06/14/94)
  83.   ■ Initial release
  84.  
  85. Version 1.1 (07/17/94)
  86.   ■ Fixed bug that would not allow you to process ZIP files in directories
  87.     other than the current directory.
  88.  
  89. Version 1.2 (02/25/95)
  90.   ■ Fixed bug that caused the file date/time stamp of files to change to the
  91.     current date/time.  ZipStrip is supposed to preserve the original date/
  92.     time stamp.
  93.  
  94. ┌────────────────────────────────────────────────────────────────────────────┐
  95. │░░░░ CREDITS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  96. └────────────────────────────────────────────────────────────────────────────┘
  97.  
  98. ZipStrip is Copyright (c) 1994-1995 by Cris McRae
  99. PKZIP is Copyright (c) 1989-1994 by PKWARE Inc.
  100.  
  101. If you have any comments or questions about this program, you can reach me
  102. at the following network addresses:
  103.  
  104.     TerraNET : 1@1
  105.     IceNET   : 1@8857
  106.     SOLARnet : 1@8857
  107.     TARDISNet: 1@8857
  108.     WWIVnet  : 1@8861
  109.     WWIVLink : 1@18857
  110.     Internet : cris@bt.quake.com
  111.  
  112. If you cannot send me mail via one of the above networks, you can reach me
  113. by mail at:
  114.  
  115.     Cris McRae
  116.     P.O. Box 1351
  117.     Burbank, CA  91507
  118.  
  119. If you have a modem, you can also call my BBS:
  120.  
  121.                               Blue Thunder BBS
  122.                         USR 28.8 v.34 Dual Standard
  123.                                Open 24 Hours
  124.                                (818)848-4101
  125.